forked from dcSpark/paima-dice
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextensions.yml
25 lines (25 loc) · 893 Bytes
/
extensions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
extensions:
- name: "Account NFT"
type: erc721
contractAddress: "0x9373764E38DCbC035B8FE2281Cb8c3C9C34F284C"
startBlockHeight: 16418957
scheduledPrefix: accMint
- name: "Trade NFT mint"
type: erc721
contractAddress: "0x85e2849490c29A9863e4aBdB222B5D1f5FD1609b"
startBlockHeight: 16418957
scheduledPrefix: tradeMint
- name: "Trade NFT transfer"
type: generic
contractAddress: "0x85e2849490c29A9863e4aBdB222B5D1f5FD1609b"
startBlockHeight: 16418957
abiPath: "./abis/ERC721.json"
eventSignature: "Transfer(address,address,uint256)"
scheduledPrefix: tradeTransfer
- name: "Generic Payment Proxy"
type: generic
contractAddress: "0x175e451823B999a657Ef5F2060115a381b8eceDA"
startBlockHeight: 16418957
abiPath: "./abis/GenericPayment.json"
eventSignature: "Pay(uint256,address,string)"
scheduledPrefix: "generic"