@eth-optimism/tokenlist 8.3.121 → 8.3.122
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 +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-01d90322.d.ts → optimism.tokenlist-ba3f5137.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-15T16:00:43.898Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -1529,6 +1529,7 @@ var tokens = [
|
|
|
1529
1529
|
logoURI: "https://ethereum-optimism.github.io/data/GRG/logo.svg",
|
|
1530
1530
|
extensions: {
|
|
1531
1531
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1532
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1532
1533
|
opListId: "extended",
|
|
1533
1534
|
opTokenId: "GRG"
|
|
1534
1535
|
}
|
|
@@ -1546,6 +1547,19 @@ var tokens = [
|
|
|
1546
1547
|
opTokenId: "GRG"
|
|
1547
1548
|
}
|
|
1548
1549
|
},
|
|
1550
|
+
{
|
|
1551
|
+
chainId: 8453,
|
|
1552
|
+
address: "0x09188484e1Ab980DAeF53a9755241D759C5B7d60",
|
|
1553
|
+
name: "Rigo Token",
|
|
1554
|
+
symbol: "GRG",
|
|
1555
|
+
decimals: 18,
|
|
1556
|
+
logoURI: "https://ethereum-optimism.github.io/data/GRG/logo.svg",
|
|
1557
|
+
extensions: {
|
|
1558
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1559
|
+
opListId: "extended",
|
|
1560
|
+
opTokenId: "GRG"
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1549
1563
|
{
|
|
1550
1564
|
chainId: 1,
|
|
1551
1565
|
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
|
|
@@ -4592,7 +4606,7 @@ var tokens = [
|
|
|
4592
4606
|
var version = {
|
|
4593
4607
|
major: 8,
|
|
4594
4608
|
minor: 3,
|
|
4595
|
-
patch:
|
|
4609
|
+
patch: 122
|
|
4596
4610
|
};
|
|
4597
4611
|
var optimism_tokenlist_default = {
|
|
4598
4612
|
name,
|