@snapshot-labs/snapshot.js 0.4.38 → 0.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/schemas/index.d.ts +6 -0
- package/dist/snapshot.cjs.js +49 -0
- package/dist/snapshot.esm.js +49 -0
- package/dist/snapshot.min.js +5 -5
- package/package.json +1 -1
- package/src/networks.json +43 -0
- package/src/schemas/space.json +6 -0
package/dist/index.d.ts
CHANGED
package/dist/schemas/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -691,6 +691,12 @@ var definitions = {
|
|
|
691
691
|
pattern: "^[A-Za-z0-9_]*$",
|
|
692
692
|
maxLength: 15
|
|
693
693
|
},
|
|
694
|
+
coingecko: {
|
|
695
|
+
type: "string",
|
|
696
|
+
title: "coingecko",
|
|
697
|
+
pattern: "^[a-z0-9-]*$",
|
|
698
|
+
maxLength: 32
|
|
699
|
+
},
|
|
694
700
|
github: {
|
|
695
701
|
type: "string",
|
|
696
702
|
title: "github",
|
|
@@ -1682,6 +1688,49 @@ var networks = {
|
|
|
1682
1688
|
explorer: "https://optimistic.etherscan.io",
|
|
1683
1689
|
start: 657806,
|
|
1684
1690
|
logo: "ipfs://QmfF4kwhGL8QosUXvgq2KWCmavhKBvwD6kbhs7L4p5ZAWb"
|
|
1691
|
+
},
|
|
1692
|
+
"14": {
|
|
1693
|
+
key: "14",
|
|
1694
|
+
name: "Flare Mainnet",
|
|
1695
|
+
shortName: "Flare",
|
|
1696
|
+
chainId: 14,
|
|
1697
|
+
network: "flare",
|
|
1698
|
+
multicall: "0x336897CAe2791048DA77EEa2A43BFB96342b9CE1",
|
|
1699
|
+
rpc: [
|
|
1700
|
+
"https://flare-api.flare.network/ext/C/rpc"
|
|
1701
|
+
],
|
|
1702
|
+
explorer: "https://flare-explorer.flare.network",
|
|
1703
|
+
start: 1702000,
|
|
1704
|
+
logo: "ipfs://QmevAevHxRkK2zVct2Eu6Y7s38YC4SmiAiw9X7473pVtmL"
|
|
1705
|
+
},
|
|
1706
|
+
"16": {
|
|
1707
|
+
key: "16",
|
|
1708
|
+
name: "Flare Testnet Coston",
|
|
1709
|
+
shortName: "Coston",
|
|
1710
|
+
chainId: 16,
|
|
1711
|
+
network: "coston",
|
|
1712
|
+
testnet: true,
|
|
1713
|
+
multicall: "0xF7aB82e5253F65496e21dF0dacfA6D5e765b4874",
|
|
1714
|
+
rpc: [
|
|
1715
|
+
"https://coston-api.flare.network/ext/bc/C/rpc"
|
|
1716
|
+
],
|
|
1717
|
+
explorer: "https://coston-explorer.flare.network",
|
|
1718
|
+
start: 4782058,
|
|
1719
|
+
logo: "ipfs://QmW7Ljv2eLQ1poRrhJBaVWJBF1TyfZ8QYxDeELRo6sssrj"
|
|
1720
|
+
},
|
|
1721
|
+
"19": {
|
|
1722
|
+
key: "19",
|
|
1723
|
+
name: "Songbird Canary-Network",
|
|
1724
|
+
shortName: "Songbird",
|
|
1725
|
+
chainId: 19,
|
|
1726
|
+
network: "songbird",
|
|
1727
|
+
multicall: "0x17032Ea9c3a13Ed337665145364c0d2aD1108c91",
|
|
1728
|
+
rpc: [
|
|
1729
|
+
"https://songbird-api.flare.network/ext/C/rpc"
|
|
1730
|
+
],
|
|
1731
|
+
explorer: "https://songbird-explorer.flare.network",
|
|
1732
|
+
start: 21807126,
|
|
1733
|
+
logo: "ipfs://QmXyvnrZY8FUxSULfnKKA99sAEkjAHtvhRx5WeHixgaEdu"
|
|
1685
1734
|
},
|
|
1686
1735
|
"20": {
|
|
1687
1736
|
key: "20",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -682,6 +682,12 @@ var definitions = {
|
|
|
682
682
|
pattern: "^[A-Za-z0-9_]*$",
|
|
683
683
|
maxLength: 15
|
|
684
684
|
},
|
|
685
|
+
coingecko: {
|
|
686
|
+
type: "string",
|
|
687
|
+
title: "coingecko",
|
|
688
|
+
pattern: "^[a-z0-9-]*$",
|
|
689
|
+
maxLength: 32
|
|
690
|
+
},
|
|
685
691
|
github: {
|
|
686
692
|
type: "string",
|
|
687
693
|
title: "github",
|
|
@@ -1673,6 +1679,49 @@ var networks = {
|
|
|
1673
1679
|
explorer: "https://optimistic.etherscan.io",
|
|
1674
1680
|
start: 657806,
|
|
1675
1681
|
logo: "ipfs://QmfF4kwhGL8QosUXvgq2KWCmavhKBvwD6kbhs7L4p5ZAWb"
|
|
1682
|
+
},
|
|
1683
|
+
"14": {
|
|
1684
|
+
key: "14",
|
|
1685
|
+
name: "Flare Mainnet",
|
|
1686
|
+
shortName: "Flare",
|
|
1687
|
+
chainId: 14,
|
|
1688
|
+
network: "flare",
|
|
1689
|
+
multicall: "0x336897CAe2791048DA77EEa2A43BFB96342b9CE1",
|
|
1690
|
+
rpc: [
|
|
1691
|
+
"https://flare-api.flare.network/ext/C/rpc"
|
|
1692
|
+
],
|
|
1693
|
+
explorer: "https://flare-explorer.flare.network",
|
|
1694
|
+
start: 1702000,
|
|
1695
|
+
logo: "ipfs://QmevAevHxRkK2zVct2Eu6Y7s38YC4SmiAiw9X7473pVtmL"
|
|
1696
|
+
},
|
|
1697
|
+
"16": {
|
|
1698
|
+
key: "16",
|
|
1699
|
+
name: "Flare Testnet Coston",
|
|
1700
|
+
shortName: "Coston",
|
|
1701
|
+
chainId: 16,
|
|
1702
|
+
network: "coston",
|
|
1703
|
+
testnet: true,
|
|
1704
|
+
multicall: "0xF7aB82e5253F65496e21dF0dacfA6D5e765b4874",
|
|
1705
|
+
rpc: [
|
|
1706
|
+
"https://coston-api.flare.network/ext/bc/C/rpc"
|
|
1707
|
+
],
|
|
1708
|
+
explorer: "https://coston-explorer.flare.network",
|
|
1709
|
+
start: 4782058,
|
|
1710
|
+
logo: "ipfs://QmW7Ljv2eLQ1poRrhJBaVWJBF1TyfZ8QYxDeELRo6sssrj"
|
|
1711
|
+
},
|
|
1712
|
+
"19": {
|
|
1713
|
+
key: "19",
|
|
1714
|
+
name: "Songbird Canary-Network",
|
|
1715
|
+
shortName: "Songbird",
|
|
1716
|
+
chainId: 19,
|
|
1717
|
+
network: "songbird",
|
|
1718
|
+
multicall: "0x17032Ea9c3a13Ed337665145364c0d2aD1108c91",
|
|
1719
|
+
rpc: [
|
|
1720
|
+
"https://songbird-api.flare.network/ext/C/rpc"
|
|
1721
|
+
],
|
|
1722
|
+
explorer: "https://songbird-explorer.flare.network",
|
|
1723
|
+
start: 21807126,
|
|
1724
|
+
logo: "ipfs://QmXyvnrZY8FUxSULfnKKA99sAEkjAHtvhRx5WeHixgaEdu"
|
|
1676
1725
|
},
|
|
1677
1726
|
"20": {
|
|
1678
1727
|
key: "20",
|